home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 034a / aecur101.arj / CONTRIB / README.CTR
Text File  |  1992-05-31  |  1KB  |  30 lines

  1. The modules in the "contrib" directory are provided as a service to
  2. their authors and are not supported (maybe not even tested) by DJ
  3. Delorie. 
  4.  
  5. If you have questions or problems with these modules, please contact
  6. their author(s) directly. 
  7.  
  8. If you would like to contribute a module, please follow these rules:
  9.  
  10. * Everything in your module must reside within a single
  11. CONTRIB/$(MODULE) directory, like contrib/dj1/stuff.c. 
  12.  
  13. * Your toplevel directory should have the following subdirectories:
  14.     inc - interface includes
  15.     lib - libraries
  16.     src - sources to build libraries
  17.     objs - where .o's go (can be built by make, and is optional)
  18.     test - any test programs
  19.  
  20. * Your makefiles, by default, should use GNUish make.  If a simple
  21. "make" from the top level isn't sufficient to build, name your makefile
  22. makefile.n and include a mk.bat file to do the build. 
  23.  
  24. * Your module should be supplied with working libraries and utilities,
  25. so that users don't have to build it first. 
  26.  
  27. * The test directory should not be referenced from anything outside it,
  28. including the toplevel makefile. 
  29.  
  30.